ActiveReports 12
Item Property (IReadOnlyList<T>)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Collections Namespace > IReadOnlyList<T> Interface : Item Property
The zero-based index of the element to get.
Gets the element at the specified index in the read-only list.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
T this[ 
   int index
]; {get;}

Parameters

index
The zero-based index of the element to get.

Property Value

The element at the specified index in the read-only list.
See Also

Reference

IReadOnlyList<T> Interface
IReadOnlyList<T> Members